Rundeck image - ldap configuration

Hi ,

I tried rundeck image with openldap and it seems my internal security team suggested not to go by ldif file . Rather they suggested to configure LDAP configuration as below and connect directly the ldap server . Is that possible that i can connect running only one docker image and connect external ldap . if yes what would be the admin for the initial setup . What are all the configurations i need to do related to ldap jaas configuration

     RUNDECK_DATABASE_DRIVER: oracle.jdbc.driver.OracleDriver
        RUNDECK_DATABASE_USERNAME: rundeck
        RUNDECK_DATABASE_PASSWORD: rundeck
        RUNDECK_DATABASE_URL: jdbc:oracle:thin:@oracle:1521:xe
        RUNDECK_DATABASE_DIALECT: org.rundeck.hibernate.RundeckOracleDialect
        RUNDECK_JAAS_MODULES_0: JettyCombinedLdapLoginModule
        RUNDECK_JAAS_LDAP_PROVIDERURL: ldap://ldap:3333
        RUNDECK_JAAS_LDAP_BINDDN: cn=admin,dc=rdtest,dc=com
        RUNDECK_JAAS_LDAP_BINDPASSWORD: AdminPass123
        RUNDECK_JAAS_LDAP_USERBASEDN: ou=users,dc=rdtest,dc=com
        RUNDECK_JAAS_LDAP_ROLEBASEDN: ou=roles,dc=rdtest,dc=com

Hi Sankaran,

Yes, it’s possible, using the exta_hosts sentence in your docker-compose (in that way you can use the external service address instead of referencing the ldap internal name). Take a look at this.

Greetings.